home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.Resources < prev    next >
Encoding:
Text File  |  1992-02-26  |  4.3 KB  |  133 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Resources
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-92
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. resLogOut GEQU $0
  9. resLogIn GEQU $1
  10. resLogApp GEQU $0
  11. resLogSys GEQU $2
  12. resForkUsed GEQU $1E01 ; Resource fork not empty
  13. resBadFormat GEQU $1E02 ; Format of resource fork is unknown
  14. resNoConverter GEQU $1E03 ; No converter routine available for resource type
  15. resNoCurFile GEQU $1E04 ; there are no current open resource files
  16. resDupID GEQU $1E05 ; ID is already used
  17. resNotFound GEQU $1E06 ; resource was not found
  18. resFileNotFound GEQU $1E07 ; resource file not found
  19. resBadAppID GEQU $1E08 ; User ID not found, please call ResourceStartup
  20. resNoUniqueID GEQU $1E09 ; a unique ID was not found
  21.   AIF  C:resIndexRange,.past ; Index is out of range
  22. resIndexRange GEQU $1E0A
  23. .past
  24. resSysIsOpen GEQU $1E0B ; System file is already open
  25. resHasChanged GEQU $1E0C ; Resource marked changed; specified operation not allowed
  26. resDiffConverter GEQU $1E0D ; Different converter already logged in for this resource type
  27. resDiskFull GEQU $1E0E ; Volume is full
  28. resInvalidShutDown GEQU $1E0F ;can't shut down ID 401E
  29. resNameNotFound GEQU $1E10 ;no resource with given name
  30. resBadNameVers GEQU $1E11 ;bad version in rResName resource
  31. resDupStartUp GEQU $1E12 ;already started with this ID
  32. resInvalidTypeOrID GEQU $1E13 ;type or ID is 0
  33.  
  34. resChanged GEQU $0020
  35. resPreLoad GEQU $0040
  36. resProtected GEQU $0080
  37. resAbsLoad GEQU $0400
  38. resConverter GEQU $0800
  39. resMemAttr GEQU $C31C ; Flags passed to the NewHandle Memory Manager call
  40. systemMap GEQU $0001
  41. mapChanged GEQU $0002
  42. romMap GEQU $0004
  43. resNameOffset GEQU $10000 ; type holding names
  44. resNameVersion GEQU $0001
  45. sysFileID GEQU $0001
  46.  
  47. rIcon GEQU $8001 ; Icon type
  48. rPicture GEQU $8002 ; Picture type
  49. rControlList GEQU $8003 ; Control list type
  50. rControlTemplate GEQU $8004 ; Control template type
  51. rC1InputString GEQU $8005 ; GS/OS class 1 input string
  52. rPString GEQU $8006 ; Pascal string type
  53. rStringList GEQU $8007 ; String list type
  54. rMenuBar GEQU $8008 ; MenuBar type
  55. rMenu GEQU $8009 ; Menu template
  56. rMenuItem GEQU $800A ; Menu item definition
  57. rTextForLETextBox2 GEQU $800B ; Data for LineEdit LETextBox2 call
  58. rCtlDefProc GEQU $800C ; Control definition procedure type
  59. rCtlColorTbl GEQU $800D ; Color table for control
  60. rWindParam1 GEQU $800E ; Parameters for NewWindow2 call
  61. rWindParam2 GEQU $800F ; Parameters for NewWindow2 call
  62. rWindColor GEQU $8010 ; Window Manager color table
  63. rTextBlock GEQU $8011 ; Text block
  64. rStyleBlock GEQU $8012 ; TextEdit style information
  65. rToolStartup GEQU $8013 ; Tool set startup record
  66. rResName GEQU $8014 ; Resource name
  67. rAlertString GEQU $8015 ; AlertWindow input data
  68. rText GEQU $8016 ; Unformatted text
  69. rCodeResource GEQU $8017
  70. rCDEVCode GEQU $8018
  71. rCDEVFlags GEQU $8019
  72. rTwoRects GEQU $801A ; Two rectangles
  73. rFileType GEQU $801B ; Filetype descriptors--see File Type Note $42
  74. rListRef GEQU $801C ; List member
  75. rCString GEQU $801D ; C string
  76. rXCMD GEQU $801E
  77. rXFCN GEQU $801F
  78. rErrorString GEQU $8020 ; ErrorWindow input data
  79. rKTransTable GEQU $8021 ; Keystroke translation table
  80. rWString GEQU $8022  ; not useful--duplicates $8005
  81. rC1OutputString GEQU $8023 ; GS/OS class 1 output string
  82. rSoundSample GEQU $8024
  83. rTERuler GEQU $8025 ; TextEdit ruler information
  84. rFSequence GEQU $8026
  85. rCursor GEQU $8027 ; Cursor resource type
  86. rItemStruct GEQU $8028
  87. rVersion GEQU $8029
  88. rComment GEQU $802A
  89. rBundle GEQU $802B
  90. rFinderPath GEQU $802C
  91. rPaletteWindow GEQU $802D ; Used by HyperCard IIgs 1.1
  92. rTaggedStrings GEQU $802E
  93. rPatternList GEQU $802F
  94. rRectList GEQU $C001
  95. rPrintRecord GEQU $C002
  96. rFont GEQU $C003
  97.  
  98. ; ResHeaderRec offsets
  99. rFileVersion GEQU $0000 ;long
  100. rFileToMap GEQU $0004 ;long
  101. rFileMapSize GEQU $0008 ;long
  102. rFileMemo GEQU $000C ;128 bytes
  103. rFileRecSize GEQU $008C
  104.  
  105. ; MapRec offsets
  106. mapNext GEQU $0000 ;handle
  107. mapFlag GEQU $0004 ;word
  108. mapOffset GEQU $0006 ;long
  109. mapSize GEQU $000A ;long
  110. mapToIndex GEQU $000E ;word
  111. mapFileNum GEQU $0010 ;word
  112. mapID GEQU $0012 ;word
  113. mapIndexSize GEQU $0014 ;long
  114. mapIndexUsed GEQU $0018 ;long
  115. mapFreeListSize GEQU $001C ;word
  116. mapFreeListUsed GEQU $001E ;word
  117. mapFreeList GEQU $0020 ;"n" bytes
  118. ;mapIndex GEQU mapFreeList+sizeof(mapFreeList)
  119.  
  120. ; FreeBlockRec offsets
  121. blkOffset GEQU $0000 ;long
  122. blkSize GEQU $0004 ;long
  123. blkRecSize GEQU $0008
  124.  
  125. ; ResRefRec offsets
  126. resType GEQU $0000 ;word
  127. resID GEQU $0002 ;long
  128. resOffset GEQU $0006 ;long
  129. resAttr GEQU $000A ;word
  130. resSize GEQU $000C ;long
  131. resHandle GEQU $0010 ;handle
  132. resRecSize GEQU $0014
  133.